source/coda.d(45,57): Error: `line.ptr` cannot be used in `@safe` code, use `&line[0]` instead source/coda.d(45,80): Error: cannot take address of local `borders` in `@safe` function `split` source/coda.d(56,32): Error: safe function `coda.SentenceSplitter.split` cannot index pointer `borders` source/coda.d(224,21): Error: cannot take address of local `node` in `@safe` function `recursiveTraversal` source/coda.d(248,35): Error: pointer slicing not allowed in safe functions source/coda.d(284,31): Error: pointer slicing not allowed in safe functions /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.